home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbmci / opendlg.frm < prev    next >
Text File  |  1995-09-06  |  684b  |  25 lines

  1. VERSION 2.00
  2. Begin Form OpenDlg 
  3.    Caption         =   "Open File"
  4.    ClientHeight    =   690
  5.    ClientLeft      =   1095
  6.    ClientTop       =   1485
  7.    ClientWidth     =   1560
  8.    Height          =   1095
  9.    Left            =   1035
  10.    LinkMode        =   1  'Source
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   690
  13.    ScaleWidth      =   1560
  14.    Top             =   1140
  15.    Width           =   1680
  16.    Begin CommonDialog CMDialog1 
  17.       CancelError     =   -1  'True
  18.       DefaultExt      =   "wav"
  19.       DialogTitle     =   "Open File"
  20.       Left            =   1800
  21.       PrinterDefault  =   0   'False
  22.       Top             =   1500
  23.    End
  24. End
  25.